home *** CD-ROM | disk | FTP | other *** search
/ Pro Intralink 3.1 / Pro Intralink v3.1.iso / dsrc / templates / unix / u_proappmgr.tpl < prev    next >
Encoding:
Text File  |  2001-11-27  |  803 b   |  30 lines

  1. // 08-Sep-97 $$1  JJE  Created.
  2. // 29-Dec-97 $$2  TWH  Added __APPMGR_OLD_FONTS__
  3. // 02-Feb-98 $$3  JJE  Add nmsd
  4. // 22-Jan-98 $$4  TWH  Add nms support
  5. // 18-Feb-98 $$5  JJE  Remove NAME_SERVICE_EXE
  6. // 23-Jan-01 $$6  TWH   Sun4_solaris_64 changes
  7. #include:head.inc
  8. #include:shlib.inc
  9. #include:sun4_tmpdir.inc
  10.  
  11. # ptc-cmdtype: proappmgr 
  12.  
  13. #includeenv:PTCNMSPORT:ptcnmsport.env
  14.  
  15. if ($mc =~ sgi*) unsetenv XUSERFILESEARCHPATH
  16. if ($mc == ibm_rs6000) then
  17.    setenv PRO_DUMPCATIA_PATH $prodir/$mc/obj
  18. endif
  19. if ($mc == alpha_unix) then
  20.     limit datasize unlimited
  21.     limit stacksize unlimited
  22. endif
  23.  
  24. setenv GALAXYHOME $prodir/$mc
  25. setenv PTC_APPMGR_DIR $prodir/appmgr
  26. setenv PRO_COMM_MSG_EXE $prodir/$mc/obj/pro_comm_msg
  27. setenv PTC_APPMGR_OLD_FONTS __APPMGR_OLD_FONTS__
  28.  
  29. $prodir/$mc/obj/appmgr -laf motif $*
  30.